feat: use flutter_distrubutor to build linux and macos packages#7392
Merged
LucasXu0 merged 33 commits intoAppFlowy-IO:mainfrom Feb 21, 2025
Merged
feat: use flutter_distrubutor to build linux and macos packages#7392LucasXu0 merged 33 commits intoAppFlowy-IO:mainfrom
LucasXu0 merged 33 commits intoAppFlowy-IO:mainfrom
Conversation
ec38d0d to
d37b59f
Compare
e21ce75 to
f163ce5
Compare
fcbada9 to
60e4166
Compare
60e4166 to
54fd00f
Compare
7043381 to
54fd00f
Compare
c40e1f2 to
f2b48c8
Compare
97618dc to
7a2db83
Compare
4dae8b8 to
45ae882
Compare
91c8ac3 to
72b9c39
Compare
0e1cbfc to
438d7c8
Compare
438d7c8 to
e371ec3
Compare
3e1c8d2 to
5b46fc4
Compare
5b46fc4 to
3d893ef
Compare
5bea3f2 to
e9baf6c
Compare
LucasXu0
added a commit
that referenced
this pull request
Mar 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feature Preview
Linux
To build all package formats at once
To build zip package only
To build deb package only
To build rpm package only
To build appimage package only
macOS
To build all package formats at once
To build zip package only
To build dmg package only
The macOS script now supports codesigning the zip and dmg files and notarizing the dmg file. You can pass these arguments when building.
PR Checklist